release 0.1.56
authorØyvind Kolås <pippin@gimp.org>
Tue, 14 Aug 2018 16:28:03 +0000 (18:28 +0200)
committerØyvind Kolås <pippin@gimp.org>
Tue, 14 Aug 2018 16:28:03 +0000 (18:28 +0200)
NEWS
configure.ac
meson.build

diff --git a/NEWS b/NEWS
index a2361bb9ad69edaf377a5f185a86f0b3c4b80779..a7d93e1af1c9b2d0c0de6aa4f3fb1c41f1304e01 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,13 @@ The NEWS file in the babl source tree is the source location for
 the news section both in the README and the webpage.
                                                                           -->
 
+2018-08-14 babl-0.1.56                                              </dt><dd>
+Improvements to the caching of profiled conversion chains between invocations
+by ignoring unknown bits in cache file and remember which conversions yielded
+reference fishes.
+
 2018-07-23 babl-0.1.54                                              </dt><dd>
+                                                                    </dd><dt>
 Export babl_space_get_icc, babl_space_get, babl_model_with_space,
 babl_space_with_trc, babl_format_get_encoding, babl_model_is, SSE2 versions of
 YA float and Y float to CIE L float.
index d1293f6dc72fa0d11a2147e449b04d13f5d87f89..9cef01f4f52e45b03d0094912d58e1be5cea577a 100644 (file)
@@ -14,7 +14,7 @@ AC_PREREQ(2.54)
 
 m4_define([babl_major_version], [0])
 m4_define([babl_minor_version], [1])
-m4_define([babl_micro_version], [55])
+m4_define([babl_micro_version], [56])
 m4_define([babl_real_version],
           [babl_major_version.babl_minor_version.babl_micro_version])
 m4_define([babl_version], [babl_real_version])
index e5be721703ce472c0717325268b4f46cfbb61167..05092391788561ef7f79327f55d85aaa457b2bb5 100644 (file)
@@ -1,6 +1,6 @@
 project('babl', 'c',
   license: 'LGPL3+',
-  version: '0.1.55',
+  version: '0.1.56',
   meson_version: '>=0.40.0',
   default_options: [
     'libdir=lib',